100 |
How do I specify the indentation of the child items relative to their parents
|
99 |
How do I get the a property based on its identifier
|
98 |
How do I get the a property based on its index
|
97 |
How do I get the number or count of the properties being listed
|
96 |
How do I change the name or the caption for a column
|
95 |
How do I expand a property
|
94 |
How do I change the width for a column
|
93 |
How do I clear or remove all properties
|
92 |
How do I remove a property
|
91 |
How do I add a property
|
90 |
How do I change the visual aspect description's spliter, using EBN
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn") oPropertiesList.Background(0,16777216 /*0x1000000*/) oPropertiesList.Select(oPropertiesList) |
89 |
How do I change the visual aspect for thumb parts in the scroll bars, using EBN
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn") oPropertiesList.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn") oPropertiesList.VisualAppearance.Add(3,"c:\exontrol\images\hot.ebn") oPropertiesList.Background(388,16777216 /*0x1000000*/) oPropertiesList.Background(389,33554432 /*0x2000000*/) oPropertiesList.Background(391,50331648 /*0x3000000*/) oPropertiesList.Background(260,16777216 /*0x1000000*/) oPropertiesList.Background(261,33554432 /*0x2000000*/) oPropertiesList.Background(263,50331648 /*0x3000000*/) oPropertiesList.Select(oPropertiesList) |
88 |
I've seen that you can change the visual appearance for the scroll bar. How can I do that
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn") oPropertiesList.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn") oPropertiesList.VisualAppearance.Add(3,"c:\exontrol\images\hot.ebn") oPropertiesList.Background(324,16777216 /*0x1000000*/) oPropertiesList.Background(325,33554432 /*0x2000000*/) oPropertiesList.Background(327,50331648 /*0x3000000*/) oPropertiesList.Background(404,RGB(240,240,240)) oPropertiesList.Background(276,RGB(240,240,240)) oPropertiesList.Background(511,RGB(240,240,240)) oPropertiesList.HeaderVisible = true oPropertiesList.ColumnAutoResize = false oPropertiesList.Select(oPropertiesList) |
87 |
Can I change the forecolor for the tooltip
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.ToolTipDelay = 1 oPropertiesList.ToolTipWidth = 364 oPropertiesList.Background(66,RGB(255,0,0)) oPropertiesList.AllowTooltip = true oPropertiesList.Select(oPropertiesList) |
86 |
Can I change the background color for the tooltip
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.ToolTipDelay = 1 oPropertiesList.ToolTipWidth = 364 oPropertiesList.Background(65,RGB(255,0,0)) oPropertiesList.Select(oPropertiesList) oPropertiesList.AllowTooltip = true |
85 |
Can I change the default border of the tooltip, using your EBN files
|
84 |
Is there any option to highligth the column from the cursor - point
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn") oPropertiesList.Background(32,16777216 /*0x1000000*/) oPropertiesList.HeaderVisible = true |
83 |
How can change the visual appearance for the spin control, using your EBN files
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn") oPropertiesList.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn") oPropertiesList.Background(22,16777216 /*0x1000000*/) oPropertiesList.Background(23,33554432 /*0x2000000*/) oPropertiesList.Background(24,16777216 /*0x1000000*/) oPropertiesList.Background(25,33554432 /*0x2000000*/) oPropertiesList.AllowSpin = true oPropertiesList.Add("Spin",50,1) oPropertiesList.Refresh() |
82 |
How can change the visual appearance for the slider or track bar, using your EBN files
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn") oPropertiesList.Background(16,16777216 /*0x1000000*/) oPropertiesList.Background(15,RGB(210,210,210)) oPropertiesList.Add("Slider",50,16) oPropertiesList.Refresh() |
81 |
How do I change the visual aspect of the drop down calendar window, that shows up if I click the drop down filter button, using EBN
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn") oPropertiesList.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn") oPropertiesList.Background(8,16777216 /*0x1000000*/) oPropertiesList.Background(9,16777216 /*0x1000000*/) oPropertiesList.Background(10,33554432 /*0x2000000*/) oPropertiesList.Background(11,16777216 /*0x1000000*/) oPropertiesList.Background(12,RGB(230,230,230)) oPropertiesList.Background(13,RGB(230,230,230)) oPropertiesList.Background(14,16777216 /*0x1000000*/) oPropertiesList.Add("Date","1/1/2001",9) oPropertiesList.Refresh() |
80 |
How can change the visual appearance for the button that are visible inside the editors, using your EBN files
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn") oPropertiesList.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn") oPropertiesList.Background(7,16777216 /*0x1000000*/) oPropertiesList.Background(6,33554432 /*0x2000000*/) oPropertiesList.Select(oPropertiesList) |
79 |
How can change the visual appearance for the button that shows the drop down editors, using your EBN files
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn") oPropertiesList.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn") oPropertiesList.Background(4,16777216 /*0x1000000*/) oPropertiesList.Background(5,33554432 /*0x2000000*/) oPropertiesList.Select(oPropertiesList) |
78 |
Can I change the order of the buttons in the scroll bar
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.ScrollOrderParts(1,"t,l,r") oPropertiesList.ScrollOrderParts(0,"t,l,r") oPropertiesList.Select(oPropertiesList) |
77 |
The thumb size seems to be very small. Can I make it bigger
|
76 |
How do I enlarge or change the size of the control's scrollbars
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.ScrollHeight = 18 oPropertiesList.ScrollWidth = 18 oPropertiesList.ScrollButtonWidth = 18 oPropertiesList.ScrollButtonHeight = 18 oPropertiesList.Select(oPropertiesList) |
75 |
How can I display my text on the scroll bar, using a different font
|
74 |
How can I display my text on the scroll bar
|
73 |
How do I assign a tooltip to a scrollbar
|
72 |
How do I assign an icon to the button in the scrollbar
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTqlVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/yNAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=") oPropertiesList.ScrollPartVisible(0,32768,true) oPropertiesList.ScrollPartCaption(0,32768,"<img>1</img>") oPropertiesList.ScrollHeight = 18 oPropertiesList.ScrollButtonWidth = 18 oPropertiesList.Select(oPropertiesList) |
71 |
I need to add a button in the scroll bar. Is this possible
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.ScrollPartVisible(0,32768,true) oPropertiesList.ScrollPartCaption(0,32768,"1") oPropertiesList.Select(oPropertiesList) |
70 |
Can I display an additional buttons in the scroll bar
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.ScrollPartVisible(0,32768,true) oPropertiesList.ScrollPartVisible(0,16384,true) oPropertiesList.ScrollPartVisible(0,1,true) oPropertiesList.ScrollPartVisible(0,2,true) oPropertiesList.Select(oPropertiesList) |
69 |
Can I change the font for the tooltip
|
68 |
How do I call your x-script language
|
67 |
How do I disable sorting the columns when clicking the control's header
|
66 |
Can I use your EBN files to change the visual appearance for +/- expand - collapse buttons
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn") oPropertiesList.VisualAppearance.Add(2,"c:\exontrol\images\pushed.ebn") oPropertiesList.HasButtons = 4 oPropertiesList.HasButtonsCustom(false,16777216) oPropertiesList.HasButtonsCustom(true,33554432) oPropertiesList.Select(oPropertiesList) |
65 |
Can I use my own icons for the +/- ( expand/collapse ) buttons
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.Images("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTqlVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/yNAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=") oPropertiesList.HasButtons = 4 oPropertiesList.HasButtonsCustom(false,1) oPropertiesList.HasButtonsCustom(true,2) oPropertiesList.Select(oPropertiesList) |
64 |
How do I change visual appearance of the +/- ( expand/collapse ) buttons
|
63 |
How do I browse or select for a com or net object
|
62 |
How do I expand all properties
|
61 |
How do I enable resizing the columns at runtime
|
60 |
How do I call your x-script language
|
59 |
How can I enable or disable the control
|
58 |
I've seen that the width of the tooltip is variable. Can I make it larger
|
57 |
How do I disable showing the tooltip for all control
|
56 |
How do I let the tooltip being displayed longer
|
55 |
How do I show the tooltip quicker
|
54 |
How do I get the handle of the control's window
|
53 |
How do I show alternate rows in different background color
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.BackColorAlternate = RGB(240,240,240) oPropertiesList.Select(oPropertiesList) |
52 |
How do enable or disable tooltips
|
51 |
How do change the foreground color for the control's header bar, using EBN
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.HeaderVisible = true oPropertiesList.ForeColorHeader = RGB(255,0,0) |
50 |
How do change the visual appearance for the control's header bar, using EBN
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.HeaderVisible = true oPropertiesList.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn") oPropertiesList.BackColorHeader = 16777216 /*0x1000000*/ |
49 |
How do I change the foreground color for the description part in the bottom side of the control
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.ForeColorDescription = RGB(255,0,0) oPropertiesList.Select(oPropertiesList) |
48 |
How do I change the visual appearance for the description part in the bottom side of the control, using your EBN files
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn") oPropertiesList.BackColorDescription = 16777216 /*0x1000000*/ |
47 |
How do I change the background color for the description part in the bottom side of the control
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.BackColorDescription = RGB(255,0,0) |
46 |
Is there any option to specify the height of the items, before adding them
|
45 |
How do I show or hide the connection between categories
|
44 |
How do I show or hide the categories
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.MarkCategories = true oPropertiesList.MarkLineColor = RGB(255,0,0) oPropertiesList.ShowCategories = true oPropertiesList.ShowPropertyPages = false oPropertiesList.Select(oPropertiesList) |
43 |
How do I change the foreground color for categories
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.ForeColorCategories = RGB(255,0,0) oPropertiesList.ShowCategories = true oPropertiesList.ShowPropertyPages = false oPropertiesList.Select(oPropertiesList) |
42 |
How do I change the background color for categories
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.BackColorCategories = RGB(255,0,0) oPropertiesList.ShowCategories = true oPropertiesList.ShowPropertyPages = false oPropertiesList.Select(oPropertiesList) |
41 |
How do I sort the control
|
40 |
Is there any option to change the color for the grid lines
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.HasGridLines = -1 oPropertiesList.GridLineColor = RGB(255,0,0) oPropertiesList.Select(oPropertiesList) |
39 |
How do I specify the default category
|
38 |
How do I show or hide the categories
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.MarkCategories = false oPropertiesList.ShowCategories = true oPropertiesList.ShowPropertyPages = false oPropertiesList.Select(oPropertiesList) |
37 |
How do I get a property based on its name
|
36 |
How do I get a property based on its name
|
35 |
How do I maintain performance while making several changes
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.BeginUpdate() oPropertiesList.Add("First",1,1) oPropertiesList.Add("Second",1,1) oPropertiesList.EndUpdate() |
34 |
How can I get a list of interfaces that an object implements
|
33 |
How can I display something else when including the elements of a collection
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.ShowObjects = true oPropertiesList.ShowItemsCollection = true oPropertiesList.NameItemsCollection = "Name;Caption;Item;Index" oPropertiesList.Select(oPropertiesList) |
32 |
How can I include the elements of a collection
|
31 |
How can I use a spin control to edit numeric values
|
30 |
How can I change the control's font
|
29 |
How do I show or hide the variables of an object like Font
|
28 |
How do I show or hide the categories
|
27 |
How do I refresh the control
|
26 |
How can still display the selected items when the control loses the focus
|
25 |
How do I change the visual appearance effect for the selected item, using EBN
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn") oPropertiesList.SelBackColor = 16777216 /*0x1000000*/ oPropertiesList.SelForeColor = RGB(0,0,0) oPropertiesList.Add("First Name","Mihai",1) oPropertiesList.Add("Last Name","Filimon",1) oPropertiesList.SelectedProperty = oPropertiesList.Property("Last Name") oPropertiesList.Refresh() |
24 |
How do I change the colors for the selected item
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.SelBackColor = RGB(0,0,0) oPropertiesList.Add("First Name","Mihai",1) oPropertiesList.Add("Last Name","Filimon",1) oPropertiesList.SelectedProperty = oPropertiesList.Property("Last Name") oPropertiesList.Refresh() |
23 |
How do I show or hide the non browseable members
|
22 |
How can I hide or show the object's property pages
|
21 |
How do I filter properties when loading
|
20 |
How do I get or set the selected property
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.Add("First Name","Mihai",1) oPropertiesList.Add("Last Name","Filimon",1) oPropertiesList.SelectedProperty = oPropertiesList.Property("Last Name") oPropertiesList.Refresh() |
19 |
How do I remove "Invalid property value." message
|
18 |
How do I change the "Invalid property value." message
|
17 |
How do I edit a property as soon as the user selects it
|
16 |
How do I make the control read only
|
15 |
How do I show or hide the read only members
|
14 |
How do I show or hide the grid lines
|
13 |
How do I hide the hierarchy lines
|
12 |
How can I add the horizontal scroll bar
|
11 |
How do I show or hide the control's header bar
|
10 |
How do I show or hide the objects members
|
9 |
How do I show or hide the restricted members
|
8 |
How do I show or hide the hidden members
|
7 |
How do I browse or select an object
|
6 |
How do I change the control's foreground color
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.ForeColor = RGB(120,0,120) oPropertiesList.Select(oPropertiesList) |
5 |
How do I change the control's background color
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.BackColor = RGB(200,200,200) |
4 |
How do change the visual appearance for the control's border, using EBN
OleObject oPropertiesList oPropertiesList = ole_1.Object oPropertiesList.VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn") oPropertiesList.BorderStyle = 16777216 /*0x1000000 | */ oPropertiesList.BackColor = RGB(255,255,255) |
3 |
How do I remove the control's border
|
2 |
How do I change the height of the description part in the bottom side of the control
|
1 |
How do I hide or show the description part in the bottom side of the control
|